home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9649 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  871 b 

  1. Path: news.frontiernet.net!usenet
  2. From: Kevin Ehmka <ehmka@frontiernet.net>
  3. Newsgroups: comp.lang.c++
  4. Subject: Borland OWL Handling of Acccelerators for TDialog
  5. Date: Sun, 03 Mar 1996 09:23:52 -0500
  6. Organization: Gemstar
  7. Message-ID: <3139AB78.1DB8@frontiernet.net>
  8. NNTP-Posting-Host: usr2-145.frontiernet.net
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (Win95; I)
  13.  
  14. Does anyone know how to connect keyboard accelerator's from a TDialog 
  15. client window inside a TFrameWindow? The dialog fits inside the frame 
  16. window and maintains constant focus. But mine fails to pass alt-key 
  17. combinations back to the TFrameWindow.
  18.  
  19. I've tried setting the Attr.AccelTable in both windows to the same 
  20. accelerator and calling LoadAcceleratorTable() in the Dialog.
  21.  
  22. Any suggestions would be appreciated?
  23.  
  24. Thanks,
  25. Kevin
  26.